home *** CD-ROM | disk | FTP | other *** search
- <settings>
- <!-- text style -->
- <TextStyles>
- <TextStyle name="ChannelName" color="White" size="12"/>
- <TextStyle name="ShowTitle" color="Yellow" size="16"/>
- <TextStyle name="ButtonText" color="White" size="12"/>
- </TextStyles>
-
- <!-- placements -->
- <Placements>
- <Placement name="PopupBackground" loc="9,12" size="82,75"/>
- <Placement name="FirstButton" loc="20.5,19" offset="5.5"/>
- </Placements>
-
- <!-- Composite Images -->
- <CompositeImages>
-
- <CompositeImage name="PopupBackground" size="82,75">
- <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
-
- <!-- channel details -->
- <DrawImage filename="@channelIcon" loc="87,5" size="9,9" fixedAspectRatio="true"/>
- <DrawText text="@channelName" loc="25,15" size="38,9" textStyle="ChannelName" align="Left"/>
-
- <!-- show details -->
- <DrawText text="@title" loc="25,6" size="60,6" textStyle="ShowTitle" align="Left" valign="Center"/>
- <DrawText text="@airingTime" loc="25,20" size="50,5" textStyle="GeneralTextStyle" align="Left"/>
- <DrawText text="@genreRating" loc="25,25" size="70,60" textStyle="GeneralTextStyle" align="Left"/>
- <DrawText text="@subtitleDescription" loc="4,44" size="92,54" textStyle="GeneralTextStyle" align="Left"/>
-
- </CompositeImage>
- </CompositeImages>
- </settings>